home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-07-16 | 506 b | 25 lines |
- #
- # This is the make file for the illustrt program using DJGCC on the IBMPC.
- #
- # Gershon Elber, June 1993
- #
-
- !include "..\makeflag.djg"
-
- OBJS = illustrt.obj intersct.obj spltsort.obj
-
- illustrt.exe: $(OBJS)
- $(CC) $(CFLAGS) -o illustrt @&&!
- $(OBJS) $(LIBS) $(MORELIBS) -lm
- !
- strip illustrt
- aout2exe illustrt
- del illustrt
-
- install: illustrt.exe
- copy illustrt.exe $(BIN_DIR_DOS)
- del illustrt.exe
- copy illustrt.cfg $(BIN_DIR_DOS)
-
- # Dependencies starts here - do not touch, generated automatically.
-